#NEXUS

BEGIN NETWORKS;

Network net1 = ((a,b),(c,(d,(e,(f,g)))));
Network net2 = ((c#H1)b,(c#H1)a)r;

END;


BEGIN PHYLONET;

countCoal net1 net2;

END;
===

===


Error at [13,16]: Expected 'net2' to be a tree but found network with hybrid node.